Skip to main content
Version: 1.x.x

RunningRequestValueType


import { RunningRequestValueType } from "@hyper-fetch/core"

Description

Defined in dispatcher/dispatcher.types.ts:36

Preview

type RunningRequestValueType = {
command: CommandInstance;
requestId: string;
}

Structure

{
command: Command<any, any, any, any, any, any, any, any, any, any, any>;
requestId: string;
}